home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / pas_all.zip / TI364.ASC < prev    next >
Text File  |  1991-09-11  |  6KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT : TURBO PASCAL                               NUMBER : 364
  9.   VERSION : 3.02x
  10.        OS : PC-DOS
  11.      DATE : August 6, 1987                               PAGE : 1/3
  12.  
  13.   TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT"
  14.  
  15.  
  16.  
  17.  
  18.   This  patch  automatically  responds   to   the   "Include  Error
  19.   Messages?"  prompt and proceeds to either  load  or  exclude  the
  20.   error messages (whatever is specifed by the patch you apply). The
  21.   message still appears, but does not wait for an answer.
  22.  
  23.  
  24.   ERROR MESSAGES NOTE: The new  version of TINST lets you designate
  25.   the  path to the error messages in the event they are stored in a
  26.   directory other than the  one  active at the time Turbo Pascal is
  27.   loaded.  Patches  for three different  implementations  of  Turbo
  28.   Pascal  are  listed  below.  Be  sure  you  are using  the  patch
  29.   applicable to the file you wish to modify.
  30.  
  31.   Use the DOS  utility,  DEBUG,  to  apply the following patch to a
  32.   copy  of  your  original  .COM  file.  Copy  DEBUG.COM  into  the
  33.   directory (or onto the diskette) where your working copy of  .COM
  34.   is located. At the DOS  prompt,  type  the  following information
  35.   exactly as it appears. (Conclude each line by pressing <Enter>.)
  36.  
  37.  
  38.   Note:
  39.   1.      DEBUG  is  not  sensitive to upper and  lower  case.  All
  40.           addresses  are  listed  in  upper   case   for   ease  of
  41.           readability.
  42.  
  43.   2.      While in DEBUG,the prompt will appear as a dash (-).
  44.  
  45.   3.      If you do not receive the appropriate response, press "q"
  46.           followed by <Return>, to quit. Check your version numbers
  47.           and, if correct, try again.
  48.  
  49.  
  50.   TURBO.COM - "YES" - MESSAGES INCLUDED
  51.  
  52.        YOU TYPE                              THIS APPEARS
  53.  
  54.        DEBUG TURBO.COM<ENTER>                 -
  55.        e2F34<ENTER>                           XXXX:2F34 E8.
  56.        0C<Space>                              0D
  57.        FF<Space>                              DB
  58.        EB<Space>                              0D
  59.        1E<ENTER>                              -
  60.        w<ENTER>                               writing XXXX bytes
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.   PRODUCT : TURBO PASCAL                               NUMBER : 364
  75.   VERSION : 3.02x
  76.        OS : PC-DOS
  77.      DATE : August 6, 1987                               PAGE : 2/3
  78.  
  79.   TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT"
  80.  
  81.  
  82.  
  83.  
  84.        q<ENTER>                               DOS prompt
  85.  
  86.  
  87.   TURBO.COM - "NO - MESSAGES NOT INCLUDED
  88.  
  89.        YOU TYPE                             THIS APPEARS
  90.  
  91.        DEBUG TURBO.COM<ENTER>                 -
  92.        e2F34<ENTER>                           XXXX:2F34 E8.
  93.        24<Space>                              0D
  94.        00<Space>                              DB
  95.        EB<Space>                              0D
  96.        1E<ENTER>                              -
  97.        w<ENTER>                               writing XXXX bytes
  98.        q<ENTER>                               DOS prompt
  99.  
  100.  
  101.   TURBO-87.COM - "YES" - MESSAGES INCLUDED
  102.  
  103.        YOU TYPE                              THIS APPEARS
  104.  
  105.        DEBUG TURBO-87.COM<ENTER>              -
  106.        e29FA<ENTER>                           XXXX:29FA E8.
  107.        0C<Space>                              47
  108.        FF<Space>                              E0
  109.        EB<Space>                              0D
  110.        1E<ENTER>                              -
  111.        w<ENTER>                               writing XXXX bytes
  112.        q<ENTER>                               DOS prompt
  113.  
  114.  
  115.   TURBO-87.COM - "NO" - MESSAGES NOT INCLUDED
  116.  
  117.        YOU TYPE                             THIS APPEARS
  118.  
  119.        DEBUG TURBO-87.COM<ENTER>              -
  120.        e29FA<ENTER>                           XXXX:29FA E8.
  121.        24<Space>                              47
  122.        00<Space>                              E0
  123.        EB<Space>                              0D
  124.        1E<ENTER>                              -
  125.        w<ENTER>                               writing XXXX bytes
  126.        q<ENTER>                               DOS prompt
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.   PRODUCT : TURBO PASCAL                               NUMBER : 364
  141.   VERSION : 3.02x
  142.        OS : PC-DOS
  143.      DATE : August 6, 1987                               PAGE : 3/3
  144.  
  145.   TITLE : SKIP "INCLUDE ERROR MESSAGES?" PROMPT"
  146.  
  147.  
  148.  
  149.  
  150.   TURBOBCD.COM - "YES" - MESSAGES INCLUDED
  151.  
  152.        YOU TYPE                              THIS APPEARS
  153.  
  154.        DEBUG TURBOBCD.COM<ENTER>              -
  155.        e2E56<ENTER>                           XXXX:2E56 E8.
  156.        0C<Space>                              EB
  157.        FF<Space>                              DB
  158.        EB<Space>                              0D
  159.        1E<ENTER>                              -
  160.        w<ENTER>                               writing XXXX bytes
  161.        q<ENTER>                               DOS prompt
  162.  
  163.  
  164.   TURBOBCD.COM  - "NO" - MESSAGES NOT INCLUDED
  165.  
  166.        YOU TYPE                              THIS APPEARS
  167.  
  168.        DEBUG TURBOBCD.COM<ENTER>              -
  169.        e2E56<ENTER>                           XXXX:2E56 E8.
  170.        24<Space>                              EB
  171.        00<Space>                              DB
  172.        EB<Space>                              0D
  173.        1E<ENTER>                              -
  174.        w<ENTER>                               writing XXXX bytes
  175.        q<ENTER>                               DOS prompt
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.